home *** CD-ROM | disk | FTP | other *** search
/ PCMania 27 / PCMania CD27_1.iso / lba / lba.cfg < prev    next >
Text File  |  1994-11-24  |  3KB  |  169 lines

  1. ; L.B.A. Configuration file
  2.  
  3. ; Language
  4. ;
  5. ; English
  6. ; Français
  7. ; Deutsch
  8. ; Español
  9. ; Italiano
  10.  
  11. Language: Español
  12.  
  13.  
  14.  
  15. ; Language CD
  16. ;
  17. ; English
  18. ; Français
  19. ; Deutsch
  20. ; None
  21.  
  22. LanguageCD: English
  23.  
  24.  
  25.  
  26. ; Toggle for text display
  27.  
  28. FlagDisplayText: ON
  29.  
  30.  
  31.  
  32. ; Toggle for keeping voices on HD when exiting game
  33.  
  34. FlagKeepVoice: OFF
  35.  
  36.  
  37.  
  38. ; Svga Video Card driver
  39. ;
  40. ; VESA          for VESA BIOS compatible card (do not add .DLL extension!)
  41. ; TRIDENT.DLL   Trident T8800 T8900
  42. ; ATI.DLL       ATI
  43. ; PARADISE.DLL  Paradise & Western Digital
  44. ; TSENG.DLL     Tseng Lab ET3000 / ET4000
  45. ; GENOA.DLL     Genoa
  46. ; CIRRUS.DLL    Cirrus Logic
  47. ; S3.DLL        for cards with S3 chipset
  48.  
  49. SvgaDriver: VESA
  50.  
  51.  
  52.  
  53. ; Midi Driver for FM or Midi music
  54. ;
  55. ; NoMidi        No Music
  56. ; A32ADLIB.DLL  Adlib (Generic OPL2)
  57. ; A32SBFM.DLL   Sound Blaster
  58. ; A32SP1FM.DLL  Sound Blaster Pro
  59. ; A32SP2FM.DLL  Sound Blaster Pro 2
  60. ; A32SP2FM.DLL  Sound Blaster 16
  61. ; A32MT32.DLL   Sound Blaster Wave Blaster
  62. ; A32GFX.DLL    Sound Blaster AWE32
  63. ; A32OP3FM.DLL  Microsoft Sound System
  64. ; A32ALGFM.DLL  Adlib Gold
  65. ; A32PASFM.DLL  Pro Audio Spectrum OPL2
  66. ; A32PASOP.DLL  Pro Audio Spectrum OPL3
  67. ; GUSMID32.DLL  Gravis Ultrasound
  68. ; A32OP3FM.DLL  Generic OPL3
  69. ; A32MT32.DLL   MT32 compatible synthetizer on MPU-401 port
  70.  
  71. MidiDriver: A32SP2FM.DLL
  72.  
  73. ; Program to run before loading driver
  74. ; (Only used in conjonction with GUSMID32.DLL, put LOADPATS.EXE)
  75.  
  76. MidiExec: NoExec
  77.  
  78. ; Base Address for Music card
  79.  
  80. MidiBase: 220h
  81.  
  82. ; Type of music file to be used (FM or MIDI)
  83.  
  84. MidiType: FM
  85.  
  86. ; IRQ for Music card (Usually not used)
  87.  
  88. MidiIRQ: 
  89.  
  90. ; DMA for Music card (Usually not used)
  91.  
  92. MidiDMA: 
  93.  
  94.  
  95.  
  96. ; Wave Driver for Sound FX
  97. ;
  98. ; NoWave        No Sound FX
  99. ; W_SB.DLL      Sound Blaster 1
  100. ; W_SB2.DLL     Sound Blaster 2
  101. ; W_SBPRO.DLL   Sound Blaster Pro (1 and 2)
  102. ; W_SB16.DLL    Sound Blaster 16
  103. ; W_SB16.DLL    Sound Blaster AWE32
  104. ; W_MWSS.DLL    Microsoft Sound System
  105. ; W_GOLD.DLL    Adlib Gold
  106. ; W_GUS.DLL     Gravis UltraSound
  107. ; ...           Pro Audio Spectrum      (under development)
  108. ; ...           VESA/VBE                (under development)
  109.  
  110. WaveDriver: W_SBPRO.DLL
  111.  
  112. ; Program to run before loading driver
  113. ; (Only used in conjonction with W_GUS.DLL, put LOADPATS.EXE)
  114.  
  115. WaveExec: NoExec
  116.  
  117. ; Base Address for Sound FX card
  118.  
  119. WaveBase: 220h
  120.  
  121. ; IRQ for Sound FX card
  122.  
  123. WaveIRQ: 5
  124.  
  125. ; DMA for Sound FX card
  126.  
  127. WaveDMA: 1
  128.  
  129. ; Sampling Rate for Sound FX card (Should be kept low for speed and quality !)
  130.  
  131. WaveRate: 22000
  132.  
  133.  
  134.  
  135. ; Mixer Driver for volumes control
  136. ;
  137. ; NoMixer       No Mixer Chip
  138. ; M_SB2CD.DLL   Sound Blaster 2 CD interface
  139. ; M_SBPRO.DLL   Sound Blaster Pro
  140. ; M_SB16.DLL    Sound Blaster 16
  141. ; M_SB16.DLL    Sound Blaster AWE32
  142. ; M_MWSS.DLL    Microsoft Windows Sound System
  143. ; M_GOLD.DLL    Adlib Gold
  144. ; ...           Gravis Ultrasound       (under development)
  145. ; ...           Pro Audio Spectrum      (under development)
  146. ; ...           VESA/VBE                (under development)
  147.  
  148. MixerDriver: M_SBPRO.DLL
  149.  
  150. ; Base Address for Mixer card (usually same as WaveBase)
  151.  
  152. MixerBase: 220h
  153.  
  154. ; Volumes
  155.  
  156. WaveVolume: 255
  157. MusicVolume: 166
  158. CDVolume: 192
  159. LineVolume: 192
  160. MasterVolume: 255
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.